home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / 703704.zip / RUNME.BAT < prev    next >
DOS Batch File  |  1994-04-15  |  2KB  |  39 lines

  1. echo off
  2. echo ╔═════════════════════════════════════════════════════════════╗
  3. echo ║          QEMM patch for version 7.03 dated 11/17/94         ║
  4. echo ║                                                             ║
  5. echo ║ This patchfile implements fixes to QEMM version 7.03. This  ║
  6. echo ║ patch will work ONLY on QEMM version 7.03. The date on the  ║
  7. echo ║ QEMM386.SYS file in your QEMM directory should be           ║
  8. echo ║ 11/17/94. If the date on these files is later               ║
  9. echo ║ than 11/17/94, you do not need this patch.                  ║
  10. echo ║                                                             ║
  11. echo ║ Press any key to continue or Control-C to abort.            ║
  12. echo ╚═════════════════════════════════════════════════════════════╝
  13. pause
  14. ren patch.ex_ patch.exe
  15. if not exist PATCH.EXE goto error
  16. if not exist 703to704.RTP goto error
  17. patch 703to704.rtp
  18. copy technote.rtp technote
  19. cd technote
  20. ..\patch technote.rtp
  21. del technote.rtp
  22. cd ..
  23. echo Patch complete! Now deleting patch files...
  24. del patch.exe
  25. del 703to704.rtp
  26. del technote.rtp
  27. echo Patch successfully applied; patch files deleted.
  28. goto end
  29. :error
  30. echo ╔═════════════════════════════════════════════════════════════╗
  31. echo ║ This patch should be applied by copying PATCH.EX_,          ║
  32. echo ║ 703to704.RTP, TECHNOTE.RTP and RUNME.BAT into your QEMM     ║
  33. echo ║ directory. Then rename PATCH.EX_ to PATCH.EXE and type:     ║
  34. echo ║                                                             ║
  35. echo ║ RUNME                                                       ║
  36. echo ║                                                             ║
  37. echo ╚═════════════════════════════════════════════════════════════╝
  38. :end
  39.